home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / gfx / board / rtgmastr_dev.readme < prev   
Encoding:
Text File  |  1998-03-08  |  19.7 KB  |  390 lines

  1. Short:    Rtgmaster Developer Archive
  2. Author:   MagicSN@Birdland.es.bawue.de
  3. Uploader: MagicSN@Birdland.es.bawue.de
  4. Type:     gfx/board
  5.  
  6. This is part of the new rtgmaster release V35.0. rtgmaster is a library system to make
  7. GFX Board Compatible Game Coding easy. It supports :
  8.  
  9. - Direct Access to the Video RAM
  10. - With some effort the code even runs on ECS/AGA (through c2p)
  11. - Supports nearly all WB Emulations (Does not support Retina WB Emulation...),
  12.   including Support for CyberGraphX and Picasso96
  13. - Alternatively to Direct Video RAM Access on a Screen (Fast) it also
  14.   supports writing to a Workbench Window (Slower, though...)
  15. - PowerPC, using the WarpUP System from H&P. It also runs on
  16.   plain 68k Systems, though (Fat Binary)
  17. - And much more
  18.  
  19. This part of the archive is for the developper. 
  20. It contains Binaries and Demos, Autodocs and Includes. You might be interested
  21. in getting the Driver Archive, additionally, if you do not want having to bother
  22. with Library/OS Coding. This Driver Archive contains an example driver where
  23. you do not have to know about this. This is all done internally in the driver.
  24.  
  25. The other rtgmaster archive is rtgmaster_user.lha. The User
  26. Archive contains Demos and Binaries (they are also contained here, though).
  27.  
  28. V21 changes:
  29.  
  30. - Important rtgCGX.library bugfix for 15/16/24 Bit Screens (there is not yet
  31.   a program using rtgmaster in Truecolor mode, though, most games are these
  32.   days still 8 Bit, if not to say all)
  33. - Workaround for CyberGraphX V41 R55 Bug concerning WaitBOVP. Doublebuffering
  34.   will now work with the buggy CyberGraphX Version again. (Bugreport already
  35.   sent).
  36. - Installer script finally fixed.
  37.  
  38. V22 changes:
  39.  
  40. - Moon source added, with the permission of the author
  41. - rtgCGX changes
  42. - Note about how to make a game running on the CV64 (the CV64 does some
  43.   special things... Genetic Species is coded GOOD for example, it runs,
  44.   tiny3d is NOT). it is only a small thing, but many coders seemed not
  45.   to have a look at it. And no, it is no rtgmaster problem, if you use
  46.   CyberGraphX or Picasso96, you will get the same problems... you can't
  47.   assume BytesPerRow = BytesPerPixel * Width on the CV64, basically, but
  48.   have to read out the real BytesPerRow...
  49.  
  50. New in second V22 version (sorry :) ) :
  51.  
  52. - Problems with CopyRtgPixelArray call and Cybervision64 Board should now
  53.   finally be fixed (so Tiny3D should now work on the CV64 also)
  54.  
  55. V23 changes:
  56.  
  57. - Problems with rtgmaster and MCP and similar tools finally solved
  58.   (please delete libs:rtg/rtgPICA.library, for this sublibrary it is not
  59.   yet solved... delete it even if you do not have a Picasso II... the
  60.   rtgmaster installer now does not install rtgPICA.library automatically,
  61.   you have to install it manually, if you still use the original Picasso II
  62.   WB Emulation, and not CyberGraphX/P96 for Picasso II)
  63.  
  64. - Some minor bugs in rtgAMI.library fixed
  65. - Speedup of Doublebuffering in rtgAMI.library of 2000% (only, if you use OS3.0/3.1)
  66. - Added Support for BlitzBasic (Basic support for Blitz Basic only...)
  67. - Fixed Bug in Screenmoderequester (crash when a Screenmode was chosen using the
  68.   Keyboard)
  69. - Default c2p directory now always is libs:rtgc2p
  70. - There probably will be a new version with faster/better ECS/AGA Support soon...
  71.  
  72. V26 changes:
  73.  
  74. - Fixed a bug that was inside rtgmaster since the very beginning and caused it
  75.   to crash on a few Amigas (not on mine, this is why i not noticed this bug before)
  76. - Lots of small bugfixes in not-so-often used functions of rtgAMI.library
  77. - Fixed finally the "PAL Screenmodes appear twice" Bug
  78. - Included a new sublibrary for P96 Native. This sublibrary needs the latest
  79.   P96 Version, and supports P96 style Doublebuffering (Doublebuffering of
  80.   rtgCGX.library only works with CyberGraphX or Probench3, not with P96).
  81. - Added E Includes provided by bhar@hem.passagen.se
  82.  
  83. V27 changes:
  84.  
  85. - Now runs again on AGA-only systems (sorry for this bug :( Fixed it)
  86. - Added info for people still having problems on AGA-only systems to
  87.   the docs (some people have incorrect startup-sequences)
  88. - Added announcement for PPC rtgmaster version
  89.  
  90. V32 changes:
  91.  
  92. - Added PowerPC Support (optional)
  93. - Added Workbench Window + Public Screen Window Support
  94. - Added Softsprite Functions from Rady Marusa (thanks, Rady :) )
  95. - Added MOUSEMOVE Support
  96. - This release runs on both PPC Systems and on Systems without PPC :)
  97. - Added new very fast c2p
  98.  
  99. V35 changes:
  100.  
  101. - Workbench Window Mode: Added Support for programs that change their
  102.   Palette while the game is running (up to now this only worked correctly
  103.   on a Screen)
  104. - Workbench Window Mode: Optimized Color-Conversion function much, especially
  105.   for PPC (thanks to Sam Jordan for the hint to use PPC ASM for this, and
  106.   also thanks for the example sources he provided to me), but also for 68k.
  107.   The Colors should also look more correct now
  108. - Some programs cannot run on a WB Window, as they change their colors TOO
  109.   OFTEN for Color-Conversion to handle it. Rtgmaster contains now a special
  110.   mode that enables the program to change the Workbench Palette (and reset
  111.   it to the normal colors after Quit), if the "normal" method fails. Of course
  112.   the normal method should be used if possible. That this "change of WB Colors"
  113.   might be needed for some programs (Crystal3D...) is not the fault of rtgmaster,
  114.   it is the fault of the Workbench Screen, that has a limit of how fast Colorchanges
  115.   are allowed on the Workbench (Colorcycling for example will NOT work on
  116.   Workbench Screen)
  117. - rtg_BusSystem now also recognizes AteoBus (Pixel64) and PCI (Inferno)
  118. - CV/3D is now correctly reognized as "Zorro 3" (was recognized as "Zorro 2"
  119.   before), if present in a Zorro 3 System
  120. - Added Includes for GNU C 68k (inline/rtgmaster.h)
  121.   Thanks to trance@master.echo.ch for the inline-file :)
  122. - Some small fixes and stuff
  123.  
  124.  
  125. Steffen Haeuser
  126.  
  127.  
  128. ============================= Archive contents =============================
  129.  
  130. Original  Packed Ratio    Date     Time    Name
  131. -------- ------- ----- --------- --------  -------------
  132.      624     250 59.9% 24-Mar-97 17:07:14 +Network.info
  133.     1111     499 55.0% 26-Sep-97 13:47:52 +TCPClient.c
  134.      835     399 52.2% 09-Jun-96 20:01:58 +TCPClient.info
  135.     1606     589 63.3% 09-Oct-97 17:44:26 +TCPServ.c
  136.      835     398 52.3% 09-Jun-96 20:00:40 +TCPServ.info
  137.      624     250 59.9% 24-Mar-97 17:07:28 +Ping.info
  138.     2976    1684 43.4% 04-Jul-96 21:20:28 +kugel.raw
  139.    39952   19728 50.6% 04-Jul-96 21:20:18 +ping
  140.     7649    2353 69.2% 04-Jul-96 21:20:22 +ping.c
  141.    14872    7891 46.9% 27-Jun-96 20:15:48 +P2PClient
  142.     1607     719 55.2% 26-Sep-97 13:49:14 +P2PClient.c
  143.      835     393 52.9% 08-Jun-96 13:58:48 +P2PClient.info
  144.    26188   12367 52.7% 27-Jun-96 20:15:52 +P2PServ
  145.     1836     772 57.9% 26-Sep-97 13:48:32 +P2PServ.c
  146.      835     392 53.0% 08-Jun-96 13:58:30 +P2PServ.info
  147.    29288   14546 50.3% 27-Jun-96 21:19:52 +TCPClient
  148.    32132   15708 51.1% 27-Jun-96 21:19:18 +TCPServ
  149.    18132   11046 39.0% 13-Jan-98 15:14:58 +mandel
  150.     7943    2483 68.7% 13-Jan-98 15:14:54 +mandel.c
  151.     1007     670 33.4% 13-May-97 21:30:38 +mandel.info
  152.      198     128 35.3% 24-Mar-97 14:18:30 +mandelasm.a
  153.     1478     549 62.8% 18-Feb-96 21:47:24 +timer.c
  154.     1593    1021 35.9% 11-Feb-96 01:55:26 +timer.c.info
  155.      119      75 36.9% 11-Feb-96 12:28:58 +timer.h
  156.     1633    1048 35.8% 11-Feb-96 01:55:36 +timer.h.info
  157.      624     250 59.9% 24-Mar-97 17:05:44 +MyWolf.info
  158.      624     249 60.0% 24-Mar-97 17:05:48 +Mandel.info
  159.      624     250 59.9% 14-Mar-97 12:28:40 +pcx.info
  160.     4869    2504 48.5% 14-Mar-97 12:29:40 +a2.pcx
  161.     4730    2326 50.8% 14-Mar-97 12:29:40 +a3.pcx
  162.     3593    1313 63.4% 14-Mar-97 12:29:40 +a8.pcx
  163.     3571    1127 68.4% 14-Mar-97 12:29:40 +a9.pcx
  164.      162      64 60.4% 14-Mar-97 12:29:34 +gfx.lis
  165.     3297     881 73.2% 14-Mar-97 12:29:34 +statback.pcx
  166.     4222    1643 61.0% 14-Mar-97 12:29:40 +a0.pcx
  167.     6566    1773 72.9% 14-Mar-97 12:29:30 +a0.pcx.info
  168.     3089    1343 56.5% 14-Mar-97 12:29:40 +a1.pcx
  169.     3571    1127 68.4% 14-Mar-97 12:29:40 +a10.pcx
  170.     3284     545 83.4% 14-Mar-97 12:29:40 +a4.pcx
  171.     4705    1936 58.8% 14-Mar-97 12:29:40 +a5.pcx
  172.     4222    1643 61.0% 14-Mar-97 12:29:40 +a6.pcx
  173.     3700     986 73.3% 14-Mar-97 12:29:40 +a7.pcx
  174.      624     248 60.2% 24-Mar-97 17:05:40 +Moon.info
  175.      624     252 59.6% 14-Mar-97 12:28:42 +dat.info
  176.    25444   19469 23.4% 14-Mar-97 12:28:42 +tables.dat
  177.     8256     428 94.8% 14-Mar-97 12:28:42 +world.map
  178.   126188   54839 56.5% 13-Jan-98 15:31:52 +mywolf
  179.     1007     666 33.8% 13-May-97 21:29:50 +mywolf.info
  180.     3076     268 91.2% 14-Mar-97 12:39:00 +a.pal
  181.      928     456 50.8% 14-Mar-97 12:29:34 +a.pal.info
  182.      624     250 59.9% 24-Mar-97 17:05:34 +flamme.info
  183.      110      84 23.6% 08-Aug-96 21:16:00 +FIXED.lnk
  184.     2951     812 72.4% 12-Oct-96 12:28:36 +global.h
  185.      482     217 54.9% 08-Oct-96 21:16:44 +global.h.info
  186.     3124    1208 61.3% 08-Oct-96 21:23:18 +ihandler.a
  187.      486     287 40.9% 08-Oct-96 21:16:44 +ihandler.a.info
  188.    49040   25767 47.4% 25-Jan-97 18:48:52 +moon
  189.      835     392 53.0% 08-Oct-96 21:16:44 +moon.info
  190.      378     150 60.3% 06-Mar-96 16:10:32 +RANDOM.H
  191.      482     226 53.1% 09-Aug-96 00:39:04 +BOOLEAN.H.info
  192.     7243    2720 62.4% 05-Mar-96 17:24:04 +COSTABLE.H
  193.      482     224 53.5% 08-Oct-96 21:16:44 +COSTABLE.H.info
  194.      482     224 53.5% 08-Oct-96 21:16:44 +FIXED.H.info
  195.      482     224 53.5% 08-Oct-96 21:16:44 +RANDOM.H.info
  196.    25566    5344 79.0% 09-Aug-96 00:47:30 +RTGGadgets.c
  197.      482     270 43.9% 08-Oct-96 21:16:44 +RTGGadgets.c.info
  198.      502     230 54.1% 11-Oct-96 18:32:26 +smakefile
  199.      123      96 21.9% 05-Mar-96 17:23:52 +BOOLEAN.H
  200.      482     276 42.7% 08-Oct-96 21:16:44 +FIXED.C.info
  201.     6617    1032 84.4% 05-Mar-96 17:24:16 +FIXED.H
  202.      486     287 40.9% 08-Oct-96 21:16:44 +mul_and_div.a.info
  203.     2954     454 84.6% 09-Aug-96 00:39:04 +SCoptions.info
  204.      834     196 76.4% 08-Oct-96 21:16:44 +smakefile.info
  205.      734     276 62.3% 27-Sep-93 14:24:44 +SysInclude.h
  206.      482     224 53.5% 08-Oct-96 21:16:44 +SysInclude.h.info
  207.      695     243 65.0% 14-May-96 22:54:28 +FIXED.C
  208.      482     272 43.5% 08-Oct-96 21:16:44 +MOON.C.info
  209.     1539     384 75.0% 12-Oct-96 12:55:24 +mul_and_div.a
  210.      482     218 54.7% 08-Oct-96 21:16:44 +RTGGadgets.h.info
  211.       96      93  3.1% 11-Oct-96 18:45:10 +SCOPTIONS
  212.    18605    3339 82.0% 05-Mar-96 18:21:52 +WORLD.C
  213.      482     269 44.1% 08-Oct-96 21:16:44 +WORLD.C.info
  214.      597     298 50.0% 08-Oct-96 19:28:44 +WORLD.H
  215.      482     220 54.3% 08-Oct-96 21:16:44 +WORLD.H.info
  216.      624     249 60.0% 24-Mar-97 17:05:30 +flame.info
  217.     8071    2399 70.2% 22-Jan-98 23:20:12 +flame.c
  218.      119      75 36.9% 11-Feb-96 12:28:58 +timer.h
  219.     1633    1048 35.8% 11-Feb-96 01:55:36 +timer.h.info
  220.     3064    1303 57.4% 08-Nov-96 18:27:52 +flamme
  221.    10163    1951 80.8% 24-Mar-97 13:59:12 +flamme.asm
  222.      835     390 53.2% 07-Nov-96 00:12:10 +flamme.info
  223.    21771    5373 75.3% 12-Oct-96 12:52:18 +MOON.C
  224.     5257    1815 65.4% 08-Oct-96 19:40:38 +rtggadgets.h
  225.     1593    1027 35.5% 13-May-97 21:30:36 +flame.c.info
  226.       87      72 17.2% 26-Sep-97 13:51:18 +flame.lnk
  227.     3600    1909 46.9% 26-Sep-97 13:50:56 +flame.o
  228.     2404     626 73.9% 11-Feb-96 12:59:28 +flameasm.a
  229.     1792    1087 39.3% 11-Feb-96 01:55:12 +flameasm.a.info
  230.      488     340 30.3% 26-Sep-97 13:51:06 +flameasm.o
  231.     1478     549 62.8% 18-Feb-96 21:47:24 +timer.c
  232.     1593    1021 35.9% 11-Feb-96 01:55:26 +timer.c.info
  233.     3508    1667 52.4% 26-Sep-97 13:51:14 +timer.o
  234.     8262    2443 70.4% 16-Feb-98 23:25:38 +flame.c
  235.    14040    8158 41.8% 16-Feb-98 23:25:44 +flame
  236.     1608     945 41.2% 13-May-97 21:30:36 +flame.info
  237.    32902   11270 65.7% 09-Oct-97 17:42:00 +3dext.guide
  238.      613     384 37.3% 15-Jan-98 19:47:02 +Important!!!
  239.    82315   19726 76.0% 13-Jan-98 17:54:44 +rtgmaster.ad
  240.    88623   21412 75.8% 19-Jul-97 19:39:40 +rtgmasterdocV23.guide
  241.    11490    4022 64.9% 26-Sep-97 13:56:26 +Skeleton.asm
  242.    70616   70616  0.0% 25-Dec-97 15:51:42 +SpriteExamp.lha
  243.    24837    8350 66.3% 14-Oct-96 14:38:58 +c2p.ad
  244.    10785    3130 70.9% 09-Oct-97 17:44:02 +rtg3DExt.ad
  245.      624     251 59.7% 11-Dec-96 16:14:10 +asmconv.info
  246.    47596   22608 52.5% 08-Dec-96 22:33:10 +asmconv
  247.      356     224 37.0% 11-Dec-96 16:17:06 +asmconv.doc
  248.     3980    1191 70.0% 08-Dec-96 22:33:34 +example.asm
  249.      628     274 56.3% 16-Jan-97 12:42:36 +RTGGadTools.info
  250.     5480    2859 47.8% 18-Feb-97 20:01:16 +rtggadtools.library
  251.     1538     968 37.0% 16-Jan-97 12:51:30 +Autodocs.info
  252.    16516    8874 46.2% 30-Jan-97 08:32:16 +Example
  253.    14487    4675 67.7% 30-Jan-97 08:32:16 +example.c
  254.     1462     988 32.4% 16-Jan-97 12:50:48 +Example.info
  255.      244     160 34.4% 16-Jan-97 12:42:10 +Install
  256.     1154     760 34.1% 16-Jan-97 12:42:34 +README.info
  257.     4848    2624 45.8% 06-May-97 13:24:40 +rtgPICA.library
  258.     1303     828 36.4% 16-Jan-97 12:42:34 +example.c.info
  259.     1538     963 37.3% 16-Jan-97 12:51:30 +FD.info
  260.      402     215 46.5% 30-Jan-97 08:32:16 +rtggadtools.fd
  261.     1538     964 37.3% 16-Jan-97 12:51:30 +Include.info
  262.     1261     964 23.5% 16-Jan-97 12:49:20 +Install.info
  263.     1923     978 49.1% 16-Jan-97 12:35:44 +README
  264.    12810    3942 69.2% 30-Jan-97 08:32:16 +rtggadtools.doc
  265.     2444     765 68.6% 30-Jan-97 08:32:16 +rtggadtools.h
  266.      607     200 67.0% 30-Jan-97 08:32:16 +rtggadtools_pragmas.h
  267.     1538     965 37.2% 16-Jan-97 12:51:30 +libs.info
  268.     5480    2859 47.8% 30-Jan-97 08:32:16 +rtggadtools.library
  269.      813     445 45.2% 15-Jan-98 20:06:32 +Readme.Old.Stuff
  270.    11452    4899 57.2% 17-Oct-97 20:09:34 +rtgEGS.library.v27
  271.      428     200 53.2% 30-Jan-97 08:32:16 +rtggadtools_protos.h
  272.    50996   24208 52.5% 17-Oct-97 20:14:32 +rtgmaster.library.v27
  273.    12880    5265 59.1% 17-Oct-97 20:09:38 +rtgP96.library.v27
  274.     4848    2624 45.8% 03-Feb-97 07:30:16 +rtgPICA.library.v1
  275.     8784    4994 43.1% 17-Oct-97 20:08:24 +rtgAMI.library.v27
  276.    12372    5154 58.3% 17-Oct-97 20:08:56 +rtgCGX.library.v27
  277.      833     376 54.8% 28-Jul-97 19:27:30 +rtgmaster.m
  278.     1627     562 65.4% 28-Jul-97 21:08:36 +rtgmaster.e
  279.      806     343 57.4% 28-Jul-97 21:37:28 +rtgPICA.e
  280.     3487    1305 62.5% 28-Jul-97 21:33:02 +rtgsublibs.e
  281.      624     251 59.7% 23-Apr-96 12:54:24 +Oberon.info
  282.     2414     862 64.2% 28-Jul-97 20:16:44 +rtgc2p.e
  283.      822     351 57.2% 28-Jul-97 21:34:20 +rtgCGX.e
  284.      855     343 59.8% 28-Jul-97 21:33:48 +rtgEGS.e
  285.      710     348 50.9% 28-Jul-97 21:33:48 +rtgegs.m
  286.     1060     538 49.2% 28-Jul-97 21:08:38 +rtgmaster.m
  287.     7385    2664 63.9% 28-Jul-97 21:37:18 +rtgTCPIP.e
  288.      624     250 59.9% 23-Apr-96 12:56:32 +E.info
  289.      243     166 31.6% 13-Jan-98 17:18:06 +Readme
  290.      960     383 60.1% 28-Jul-97 21:36:02 +rtgAMI.e
  291.      796     393 50.6% 28-Jul-97 21:36:02 +rtgami.m
  292.     1436     693 51.7% 28-Jul-97 20:16:46 +rtgc2p.m
  293.      702     359 48.8% 28-Jul-97 21:34:22 +rtgcgx.m
  294.     2028     960 52.6% 28-Jul-97 21:33:04 +rtgsublibs.m
  295.     2356     869 63.1% 15-Jan-98 20:23:06 +rtgc2p.i
  296.      304     167 45.0% 15-Jan-98 20:22:28 +rtgextra_lib.i
  297.     3419     979 71.3% 15-Jan-98 20:21:48 +rtgmaster_lib.i
  298.     1160     447 61.4% 15-Jan-98 20:22:04 +rtgmasterppc.i
  299.    16515    5179 68.6% 15-Jan-98 20:21:22 +rtgsublibs.i
  300.       61      61  0.0% 23-Apr-96 12:56:10 +Readme
  301.     1716     616 64.1% 13-Feb-98 07:42:54 +rtgAMI.i
  302.     1659     604 63.5% 12-Feb-98 13:10:20 +rtgCGX.i
  303.     1374     527 61.6% 12-Nov-97 10:45:24 +rtgEGS.i
  304.     8312    2491 70.0% 18-Jan-98 13:03:04 +rtgmaster.i
  305.    15914    5169 67.5% 13-Feb-98 19:08:22 +rtgsublibs.h
  306.      621     340 45.2% 24-Oct-97 01:43:08 +rtgTCPIP.i
  307.      624     251 59.7% 23-Apr-96 12:54:20 +ASM.info
  308.      624     249 60.0% 23-Apr-96 12:54:46 +rtgmaster.info
  309.     1283     436 66.0% 15-Jan-98 20:24:32 +rtgextra_protos.h
  310.     4170     955 77.0% 15-Jan-98 20:24:20 +rtgmaster_protos.h
  311.      855     377 55.9% 28-Jan-96 00:18:30 +rtgmaster_protos.h.info
  312.     2820     623 77.9% 15-Jan-98 20:26:12 +rtgmaster_pragmas.h
  313.      624     250 59.9% 23-Apr-96 12:53:12 +clib.info
  314.      487     223 54.2% 22-Sep-97 16:16:10 +rtgextra.fd
  315.     2545     774 69.5% 13-Jan-98 17:20:30 +rtgmaster.fd
  316.      773     427 44.7% 27-Sep-97 23:02:36 +rtgmaster.fd.info
  317.      629     213 66.1% 15-Jan-98 20:25:58 +rtgextra_pragmas.h
  318.      855     373 56.3% 27-Jan-96 22:23:12 +rtgmaster_pragmas.h.info
  319.      624     250 59.9% 23-Apr-96 13:11:32 +fd.info
  320.      624     249 60.0% 23-Apr-96 12:53:56 +pragmas.info
  321.      624     252 59.6% 23-Apr-96 12:53:32 +proto.info
  322.      280     160 42.8% 22-Sep-97 16:35:08 +rtgextra.h
  323.      282     161 42.9% 19-Dec-96 16:08:24 +rtgmaster.h
  324.      855     375 56.1% 27-Jan-96 22:23:52 +rtgmaster.h.info
  325.     2308     830 64.0% 12-Sep-96 13:54:04 +rtgc2p.i
  326.     1753     625 64.3% 13-Feb-98 07:41:34 +rtgAMI.h
  327.     2522     833 66.9% 12-Sep-96 13:53:50 +rtgc2p.h
  328.     1538     594 61.3% 12-Feb-98 13:11:28 +rtgCGX.h
  329.     1126     453 59.7% 12-Nov-97 10:45:58 +rtgEGS.h
  330.     7445    2424 67.4% 18-Jan-98 13:03:24 +rtgmaster.h
  331.     1392     472 66.0% 15-Jan-98 20:28:14 +rtgmasterppc.h
  332.     1352     714 47.1% 13-Jan-98 17:18:26 +sasc.info
  333.      624     246 60.5% 20-Jan-96 13:36:16 +rtgmaster.info
  334.    15914    5169 67.5% 13-Feb-98 19:09:50 +rtgsublibs.h
  335.     7366    2651 64.0% 27-Jun-96 13:40:52 +rtgTCPIP.h
  336.     1352     713 47.2% 13-Jan-98 17:24:00 +clib.info
  337.     3550     782 77.9% 15-Jan-98 20:32:24 +rtgmaster_lib.h
  338.     1283     436 66.0% 15-Jan-98 20:31:42 +rtgextra_protos.h
  339.    17684    2677 84.8% 15-Jan-98 20:31:30 +rtgmaster_protos.h
  340.     1352     713 47.2% 13-Jan-98 17:24:02 +pragma.info
  341.      914     342 62.5% 15-Jan-98 20:32:38 +rtgextra_lib.h
  342.     1753     625 64.3% 13-Feb-98 07:43:00 +rtgAMI.h
  343.     2522     833 66.9% 24-Oct-97 01:43:08 +rtgc2p.h
  344.     1538     594 61.3% 12-Feb-98 13:10:02 +rtgCGX.h
  345.     1126     453 59.7% 02-Jan-98 15:41:40 +rtgEGS.h
  346.     7445    2424 67.4% 18-Jan-98 13:02:00 +rtgmaster.h
  347.     1345     431 67.9% 10-Nov-97 09:11:10 +rtgmasterppc.h
  348.     1352     713 47.2% 13-Jan-98 17:26:32 +pragmas.info
  349.      151     141  6.6% 15-Jan-98 20:33:22 +rtgextra_pragmas.h
  350.      153     141  7.8% 15-Jan-98 20:33:10 +rtgmaster_pragmas.h
  351.    15914    5169 67.5% 13-Feb-98 19:08:22 +rtgsublibs.h
  352.     7366    2651 64.0% 24-Oct-97 01:43:08 +rtgTCPIP.h
  353.    10317    1820 82.3% 16-Feb-98 23:46:10 +rtgmaster.h
  354.      830     496 40.2% 16-Feb-98 23:50:38 +Readme.Important!!!!
  355.     1352     709 47.5% 13-Jan-98 17:18:30 +stormc.info
  356.     1352     712 47.3% 13-Jan-98 17:24:08 +rtgmaster.info
  357.     2024    1062 47.5% 13-Feb-98 23:40:32 +cpu040
  358.     1576     855 45.7% 11-Jan-98 21:40:06 +ecs
  359.     1344     736 45.2% 19-Sep-97 13:02:04 +gd
  360.     1640     862 47.4% 11-Jan-98 21:36:16 +leony
  361.      860     456 46.9% 08-Jan-98 11:55:42 +Suzy
  362.      624     253 59.4% 22-Nov-95 11:37:48 +rtg.info
  363.    23612   11374 51.8% 13-Feb-98 23:26:14 +rtgAMI.library
  364.    51188   20875 59.2% 13-Feb-98 23:23:54 +rtgCGX.library
  365.    16444    6868 58.2% 13-Feb-98 23:27:02 +rtgEGS.library
  366.    31568   12686 59.8% 13-Feb-98 23:22:00 +rtgP96.library
  367.      624     251 59.7% 24-Mar-97 14:23:10 +rtgc2p.info
  368.     1840     834 54.6% 19-Sep-97 13:02:00 +040
  369.      820     576 29.7% 14-Oct-96 14:33:52 +chunky4
  370.    89120   32576 63.4% 13-Feb-98 23:27:42 +rtgmaster.library
  371.      624     250 59.9% 20-Feb-97 19:42:56  demos.info
  372.      628     253 59.7% 22-Apr-96 21:47:56  DevDocs.info
  373.    10227    4119 59.7% 17-Feb-98 00:09:24  extradocs.txt
  374.      624     251 59.7% 04-Jul-96 20:56:18  goodies.info
  375.      628     253 59.7% 22-Apr-96 21:47:56  Includes.info
  376.     6804    3822 43.8% 13-Feb-98 23:27:54 +rtgextra.library
  377.    36902    5229 85.8% 24-Mar-97 11:45:12 +flame.iff
  378.    23708    2931 87.6% 24-Mar-97 11:43:08 +flamme.iff
  379.     9766    3152 67.7% 24-Mar-97 11:46:56 +mandel.iff
  380.    17958    7864 56.2% 24-Mar-97 11:46:10 +moon.iff
  381.    23414   13711 41.4% 24-Mar-97 13:51:28 +mywolf.iff
  382.    94720   60139 36.5% 13-Feb-98 23:45:14 +zhadoom.iff
  383.     5907    1629 72.4% 15-Jan-98 20:43:40  Install_RTGMaster
  384.     1238     458 63.0% 24-Mar-97 14:25:26  Install_RTGMaster.info
  385.      624     252 59.6% 24-Mar-97 14:22:44  libs.info
  386.      624     250 59.9% 24-Mar-97 14:22:48  pics.info
  387.    90209   31525 65.0% 17-Feb-98 17:05:44  rtgmaster_dev.guide
  388. -------- ------- ----- --------- --------
  389.  1966213  820727 58.2% 17-Feb-98 23:36:44   256 files
  390.